home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1998 October
/
Designer's Club 1998 October.iso
/
pc
/
Idea Source
/
teaser.dir
/
00150_Script_keys
< prev
next >
Wrap
Text File
|
1998-08-21
|
345b
|
19 lines
on mousedown
global ghostseen, getkey
if not soundbusy(3) then
puppetsound(4) "keys"
set getkey=1
set the visible of sprite 11 to true
set the visible of sprite 12 to true
if ghostseen=1 then go frame "fire big"
else
puppetsound(3) "ghost"
go the frame +1
end if
end if
end